on *:start: { 
  echo -a  Clone Tracer Loaded
  echo -a  Made by Scott aka Toxic
}
on *:join:#: {
  if ($level($nick) == CLONE) && ($level($address($nick,1)) != $nick) {
    echo -a *** Clone of $nick detected at $address($nick,1) in #
    .raw kick # $nick :Nickname do not match!
  }

---
then add this in nickname or remote popups
[Clone Detection]
.[Add User] $$1:/auser CLONE $$1 | auser $$1 $address($$1,1)
.[Delete User] $$1:/ruser $$1 | ruser $address($$1,1)